home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Replacements / cpdist_0_17.lha / cpdist-0.17 / source / Distfile < prev    next >
Text File  |  1994-06-03  |  2KB  |  56 lines

  1. /*
  2.  *  DISTFILE
  3.  */
  4.  
  5. /*
  6.  * (c)Copyright 1992-93 by Tobias Ferber.
  7.  *
  8.  * This file is part of CPDIST.
  9.  *
  10.  * CPDIST is free software; you can redistribute it and/or modify
  11.  * it under the terms of the GNU General Public License as published
  12.  * by the Free Software Foundation; either version 1 of the License,
  13.  * or (at your option) any later version.
  14.  *
  15.  * CPDIST is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  * GNU General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU General Public License
  21.  * along with CPDIST; see the file COPYING.  If not, write to
  22.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  23.  */
  24.  
  25. Distfile        // this file
  26. cpdist.doc      // a tiny docfile
  27. COPYING         // The GNU GENERAL PUBLIC LICENSE
  28. TODO            // ideas and duties
  29.  
  30. /* makefiles */
  31.  
  32. DMakefile       // Makefile for Dillon's nice DICE (Amiga)
  33.                 // named MAKEFILE.DCC in distributions for MS-DOS systems
  34. Makefile        // for GNU Make (3.70+) and the GNU C/C++ compiler
  35. MAKEFILE.DJ     // for the MS-DOS 386/G++ Compiler (DJGPP version 1.02)
  36. MAKEFILE.TC     // for Turbo C Version 1.0+ (MS-DOS)
  37.  
  38. /* sources */
  39.  
  40. cpdist.h        // declarations, prototypes and defines
  41. version.h       // version definition
  42.  
  43. main.c          // the main program
  44. args.c          // a function to convert args
  45. msg.c           // functions to print messages
  46. keys.c          // add, find and remove keys
  47. cpdist.c        // the cpdist routines
  48.  
  49. getkey.h      getkey.c     // read a keyboard event (from the console)
  50. filecopy.h    filecopy.c   // functions to copy a file
  51.  
  52. /* missing */
  53.  
  54. MKLNK.C         // a command to generate so called ´response files' for
  55.                 // the Turbo C linker on MS-DOS machines
  56.